home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / slock / slockfrm.dfm / slockfrm.txt
Text File  |  1998-09-28  |  5KB  |  223 lines

  1. object frmMain: TfrmMain
  2.   Left = 263
  3.   Top = 124
  4.   BorderStyle = bsSingle
  5.   Caption = 'Test SLock'
  6.   ClientHeight = 194
  7.   ClientWidth = 388
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Menu = mnuMainMenu
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnRegister: TButton
  20.     Left = 304
  21.     Top = 8
  22.     Width = 75
  23.     Height = 25
  24.     Caption = '&Register'
  25.     TabOrder = 0
  26.     OnClick = btnRegisterClick
  27.   end
  28.   object grpStatus: TGroupBox
  29.     Left = 8
  30.     Top = 0
  31.     Width = 289
  32.     Height = 185
  33.     Caption = 'Status'
  34.     TabOrder = 1
  35.     object bvlStatus: TBevel
  36.       Left = 104
  37.       Top = 24
  38.       Width = 169
  39.       Height = 153
  40.     end
  41.     object lblStatus: TLabel
  42.       Left = 16
  43.       Top = 48
  44.       Width = 33
  45.       Height = 13
  46.       Caption = 'Status:'
  47.     end
  48.     object lblStatusDisp: TLabel
  49.       Left = 112
  50.       Top = 48
  51.       Width = 3
  52.       Height = 13
  53.     end
  54.     object lblDaysLeft: TLabel
  55.       Left = 16
  56.       Top = 64
  57.       Width = 48
  58.       Height = 13
  59.       Caption = 'Days Left:'
  60.     end
  61.     object lblDaysLeftDisp: TLabel
  62.       Left = 112
  63.       Top = 64
  64.       Width = 3
  65.       Height = 13
  66.     end
  67.     object lblStartsLeftDisp: TLabel
  68.       Left = 112
  69.       Top = 80
  70.       Width = 3
  71.       Height = 13
  72.     end
  73.     object lblExpiryDateDisp: TLabel
  74.       Left = 112
  75.       Top = 120
  76.       Width = 3
  77.       Height = 13
  78.     end
  79.     object lblProtType: TLabel
  80.       Left = 16
  81.       Top = 32
  82.       Width = 78
  83.       Height = 13
  84.       Caption = 'Protection Type:'
  85.     end
  86.     object lblProtTypeDisp: TLabel
  87.       Left = 112
  88.       Top = 32
  89.       Width = 3
  90.       Height = 13
  91.     end
  92.     object lblStartsLeft: TLabel
  93.       Left = 16
  94.       Top = 80
  95.       Width = 51
  96.       Height = 13
  97.       Caption = 'Starts Left:'
  98.     end
  99.     object lblExpiryDate: TLabel
  100.       Left = 16
  101.       Top = 120
  102.       Width = 57
  103.       Height = 13
  104.       Caption = 'Expiry Date:'
  105.     end
  106.     object lblRegisteredTo: TLabel
  107.       Left = 16
  108.       Top = 136
  109.       Width = 70
  110.       Height = 13
  111.       Caption = 'Registered To:'
  112.     end
  113.     object lblRegisteredToDisp: TLabel
  114.       Left = 112
  115.       Top = 136
  116.       Width = 3
  117.       Height = 13
  118.     end
  119.     object lblChallengeString: TLabel
  120.       Left = 16
  121.       Top = 152
  122.       Width = 80
  123.       Height = 13
  124.       Caption = 'Challenge String:'
  125.     end
  126.     object lblChallengeStringDisp: TLabel
  127.       Left = 112
  128.       Top = 152
  129.       Width = 3
  130.       Height = 13
  131.     end
  132.     object lblGraceStartsLeft: TLabel
  133.       Left = 16
  134.       Top = 96
  135.       Width = 83
  136.       Height = 13
  137.       Caption = 'Grace Starts Left:'
  138.     end
  139.     object lblGraceStartsLeftDisp: TLabel
  140.       Left = 112
  141.       Top = 96
  142.       Width = 3
  143.       Height = 13
  144.     end
  145.   end
  146.   object btnExit: TButton
  147.     Left = 304
  148.     Top = 160
  149.     Width = 75
  150.     Height = 25
  151.     Caption = '&Exit'
  152.     TabOrder = 2
  153.     OnClick = btnExitClick
  154.   end
  155.   object btnDelete: TButton
  156.     Left = 304
  157.     Top = 40
  158.     Width = 75
  159.     Height = 25
  160.     Caption = 'Delete'
  161.     TabOrder = 3
  162.     OnClick = btnDeleteClick
  163.   end
  164.   object Slock1: TSlock
  165.     ChallengeString = 'EBE173C47800'
  166.     DLLName = 'Lock.dll'
  167.     EncryptionKey = '123123'
  168.     ExpiryDate = 36072.000000000000000000
  169.     GracePeriod = 5
  170.     MachineOptions = [moWinRegOrg, moWinRegOwner, moExtensions]
  171.     ProtectionOpt = [poBack]
  172.     ProtectionType = ptStartCount
  173.     Registered = False
  174.     RegKeyMainRoot = CURRENT_USER
  175.     RegKeyBackRoot = CLASSES_ROOT
  176.     RegKeyMainPath = 'Test2'
  177.     RegKeyBackPath = 'Test1'
  178.     RegKeyMainKey = 'Test2'
  179.     RegKeyBackKey = 'Test1'
  180.     Status = stNotExpired
  181.     TrialPeriod = 5
  182.     OnClockMovedBack = Slock1ClockMovedBack
  183.     OnExpired = Slock1Expired
  184.     OnExtend = Slock1Extend
  185.     OnFirstStart = Slock1FirstStart
  186.     OnInGracePeriod = Slock1InGracePeriod
  187.     OnRegInfoTamper = Slock1RegInfoTamper
  188.     OnRegister = Slock1Register
  189.     OnRegWriteErr = Slock1RegWriteErr
  190.     OnRegInfoChanged = Slock1RegInfoChanged
  191.     OnReminder = Slock1Reminder
  192.     OnWrongUnlockCode = Slock1WrongUnlockCode
  193.     OnTimedOut = Slock1TimedOut
  194.     Left = 304
  195.     Top = 96
  196.   end
  197.   object mnuMainMenu: TMainMenu
  198.     Left = 336
  199.     Top = 96
  200.     object mnmFile: TMenuItem
  201.       Caption = 'File'
  202.       object mnpExit: TMenuItem
  203.         Caption = 'Exit'
  204.         OnClick = mnpExitClick
  205.       end
  206.     end
  207.     object mnmFunction: TMenuItem
  208.       Caption = 'Function'
  209.       object mnpNormFunc: TMenuItem
  210.         Caption = 'Normal Function'
  211.         OnClick = mnpNormFuncClick
  212.       end
  213.     end
  214.     object mnmRegister: TMenuItem
  215.       Caption = 'Register'
  216.       object mnpRegNow: TMenuItem
  217.         Caption = 'Register Now'
  218.         OnClick = mnpRegNowClick
  219.       end
  220.     end
  221.   end
  222. end
  223.